Trivial typo fix
authorMatthias Clasen <mclasen@redhat.com>
Sat, 21 Sep 2013 00:16:00 +0000 (20:16 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 21 Sep 2013 00:17:25 +0000 (20:17 -0400)
gtk/gtklistbox.h

index 1ca5ece7d0943d16cd789b2284f1050abe747178..35cdc09a1a808d3850aab21d43be09a3b2227ae5 100644 (file)
@@ -116,7 +116,7 @@ typedef gboolean (*GtkListBoxFilterFunc) (GtkListBoxRow *row,
  * @row2: the second row
  * @user_data: (closure): user data
  *
- * Compare two rows to determin which should be first.
+ * Compare two rows to determine which should be first.
  *
  * Returns: < 0 if @row1 should be before @row2, 0 if they are
  *     equal and > 0 otherwise